Move Deployment and BootconfigParser into libostree
authorColin Walters <walters@verbum.org>
Sun, 15 Sep 2013 19:06:31 +0000 (15:06 -0400)
committerColin Walters <walters@verbum.org>
Sun, 15 Sep 2013 19:06:31 +0000 (15:06 -0400)
commit35bab87691fc0997e13f40680fbb9afd416ce1b9
tree438f6ca76ccf6a241472a5f55a4c6ea6fdc8e1a5
parentaf0f888057b5af2377f89e9602451ed8e61a5a80
Move Deployment and BootconfigParser into libostree

As part of moving admin functionality there.  While we are doing this,
rename OtConfigParser to OstreeBootConfig parser since it's a better
name.
23 files changed:
Makefile-libostree.am
Makefile-ostree.am
src/libostree/ostree-bootconfig-parser.c [new file with mode: 0644]
src/libostree/ostree-bootconfig-parser.h [new file with mode: 0644]
src/libostree/ostree-deployment.c [new file with mode: 0644]
src/libostree/ostree-deployment.h [new file with mode: 0644]
src/libostree/ostree.h
src/ostree/ot-admin-builtin-deploy.c
src/ostree/ot-admin-builtin-diff.c
src/ostree/ot-admin-builtin-status.c
src/ostree/ot-admin-builtin-undeploy.c
src/ostree/ot-admin-builtin-upgrade.c
src/ostree/ot-admin-cleanup.c
src/ostree/ot-admin-deploy.c
src/ostree/ot-admin-deploy.h
src/ostree/ot-admin-functions.c
src/ostree/ot-admin-functions.h
src/ostree/ot-bootloader-syslinux.c
src/ostree/ot-bootloader-uboot.c
src/ostree/ot-config-parser.c [deleted file]
src/ostree/ot-config-parser.h [deleted file]
src/ostree/ot-deployment.c [deleted file]
src/ostree/ot-deployment.h [deleted file]